Autogenerated HTML docs for v2.3.4-263-gf53fc 
diff --git a/git-gc.html b/git-gc.html index d59e108..e4d6161 100644 --- a/git-gc.html +++ b/git-gc.html 
@@ -805,10 +805,10 @@  all loose objects are combined into a single pack using   <code>git repack -d -l</code>. Setting the value of <code>gc.auto</code> to 0   disables automatic packing of loose objects.</p></div>  -<div class="paragraph"><p>If the number of packs exceeds the value of <code>gc.autopacklimit</code>,  +<div class="paragraph"><p>If the number of packs exceeds the value of <code>gc.autoPackLimit</code>,   then existing packs (except those marked with a <code>.keep</code> file)   are consolidated into a single pack by using the <code>-A</code> option of  -<em>git repack</em>. Setting <code>gc.autopacklimit</code> to 0 disables  +<em>git repack</em>. Setting <code>gc.autoPackLimit</code> to 0 disables   automatic consolidation of packs.</p></div>   </dd>   <dt class="hdlist1">  @@ -873,15 +873,15 @@  <div class="content">   <pre><code>[gc "refs/remotes/*"]   reflogExpire = never  - reflogexpireUnreachable = 3 days</code></pre>  + reflogExpireUnreachable = 3 days</code></pre>   </div></div>  -<div class="paragraph"><p>The optional configuration variable <em>gc.rerereresolved</em> indicates  +<div class="paragraph"><p>The optional configuration variable <em>gc.rerereResolved</em> indicates   how long records of conflicted merge you resolved earlier are   kept. This defaults to 60 days.</p></div>  -<div class="paragraph"><p>The optional configuration variable <em>gc.rerereunresolved</em> indicates  +<div class="paragraph"><p>The optional configuration variable <em>gc.rerereUnresolved</em> indicates   how long records of conflicted merge you have not resolved are   kept. This defaults to 15 days.</p></div>  -<div class="paragraph"><p>The optional configuration variable <em>gc.packrefs</em> determines if  +<div class="paragraph"><p>The optional configuration variable <em>gc.packRefs</em> determines if   <em>git gc</em> runs <em>git pack-refs</em>. This can be set to "notbare" to enable   it within all non-bare repos or it can be set to a boolean value.   This defaults to true.</p></div>  @@ -938,7 +938,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2014-04-03 14:56:03 PDT  +Last updated 2015-03-23 14:31:16 PDT   </div>   </div>   </body>